Skip to content

Conversation

tleonhardt
Copy link
Member

Refactor GitHub Actions workflows,

Changes include:

  • Only run on PR creation/change or merge to master branch (stop running on pushes to random branches)
  • Combine lint and format checks into one Quality workflow which is based on running pre-commit so it includes additional formatters
  • Rename build workflow to tests and change how coverage data gets uploaded to codecov
  • Rename mypy workflow to typecheck and also make sure to run it for every version of Python as type support varies

Changes include:
- Only run on PR creation/change or merge to master branch (stop running on pushes to random branches)
- Combine lint and format checks into one Quality workflow which is based on running pre-commit so it includes additional formatters
- Rename build workflow to tests and change how coverage data gets uploaded to codecov
- Rename mypy workflow to typecheck and also make sure to run it for every version of Python as type support varies
@tleonhardt tleonhardt changed the title Refactor GitHub Actions workflows Draft: Refactor GitHub Actions workflows May 25, 2025
@tleonhardt tleonhardt self-assigned this May 25, 2025
@tleonhardt tleonhardt merged commit 25612d0 into master May 25, 2025
28 checks passed
@tleonhardt tleonhardt deleted the github-actions branch May 25, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant